.hero-section {
  position: relative;
  top: -100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  margin-bottom: -100px;
  box-shadow: 0px -10px 20px 8px rgba(0, 0, 0, 0.5);
}

.hero-video {
  width: 100%;
  height: auto;
}

.hero-section > svg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 10vw;
}

.hero-overlay-object {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: left;
  padding-left: 15%;
  padding-right: 50%;
}

.hero-text-wrapper {
  margin-top: 80px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}

.home-hero{
  font-family: 'Montserrat';
}

.hero-overlay-object > .hero-text-wrapper > h1 {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 5.05vw;
  border-bottom: 1px solid white;
}

.hero-overlay-object > .hero-text-wrapper > .hero-top-line {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  margin: 0px 0px 0px 0px;
  padding: 0;
  font-size: 5.05vw;
  line-height: 4vw;
}

.hero-overlay-object > .hero-text-wrapper > p {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat';
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 5.1vw;
  font-size: 1.4vw;
}

.hero-overlay-object > .hero-text-wrapper  .buy-button-link > a {
  background-color: rgb(0, 131, 218);
  border: 2px solid rgb(0, 131, 218);
}
.hero-overlay-object > .hero-text-wrapper .hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 3rem;
}

.hero-overlay-object > .hero-text-wrapper > .buy-button-link > a:hover {
  background-color: rgb(13, 109, 173);
  border: 2px solid white;
}
